Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 5,440 for

file viewer

(0.03 sec)
  1. Implement custom serialization with Metadata si...

    This article explains how to implement custom serialization for Metadata electronic signatures....Viewer Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "MetadataCustomSerial...

    docs.groupdocs.com/signature/net/implement-cust...
  2. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....Viewer Product Solution GroupDocs.../// Specifies the format of a file. /// </summary> public enum...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  3. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for java version 20.11 - inserting an edited worksheet into existing spreadsheet...Viewer Product Solution GroupDocs...Loading spreadsheet in a form of a file or stream into constructor of...

    docs.groupdocs.com/editor/java/inserting-edited...
  4. Saving EditableDocument to Stream | Documentation

    This article shows and explains advanced techniques and approaches while working with EditableDocument at an advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....Viewer Product Solution GroupDocs...stylesheets, Mp3Audio for MP3 audio files, and so on. When you obtain...

    docs.groupdocs.com/editor/nodejs-java/saving-ed...
  5. In-Table List in Spreadsheet Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in Spreadsheet format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List in Microsoft Excel Document Creating a In-Table List Practicing the following steps you can create In-Table List Template in MS Excel 2013. Add a new Workbook. Select the range of cells that you want to include in the table....Viewer Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  6. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Word Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Word 2013. Click the document where you want to add the table....Viewer Product Solution GroupDocs...created in previous topic. Click “File” and select “Save As”. Select...

    docs.groupdocs.com/assembly/net/in-table-master...
  7. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Viewer Product Solution GroupDocs...mdDocId ); // sign document to file signature . Sign ( "MetadataEncryptedObj"...

    docs.groupdocs.com/signature/net/sign-documents...
  8. Load Presentation document with options | Docum...

    Learn this article and check how to load and convert Microsoft PowerPoint documents with advanced options using GroupDocs.Conversion for .NET API....Viewer Product Solution GroupDocs...embedded within the presentation file itself but are instead referenced...

    docs.groupdocs.com/conversion/net/load-presenta...
  9. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries using Java search API....Viewer Product Solution GroupDocs...the content field or in the file name field. A simple faceted...

    docs.groupdocs.com/search/java/faceted-search/
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV Files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Viewer Product Solution GroupDocs...(MKV) files Working with metadata in Matroska (MKV) files Leave...

    docs.groupdocs.com/metadata/net/working-with-me...